home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 July / MacFormat CD-ROM MF65 (Future Publishing, Ltd.)(July 1998).iso / Shareware Central / Script Software / iCount / iCount 1.2 / iCount 1.2.rsrc / STR#_10152.txt < prev    next >
Encoding:
Text File  |  1998-05-13  |  741 b   |  30 lines

  1. sum(x1,x2,…)
  2. The sum of the set of numbers x1 to x9.
  3.  
  4.  
  5. Example: sum(10,1,0,0,9)
  6.  
  7. mean(x1,x2,…)
  8. The mean (average) of the set of numbers x1 to x9.
  9.  
  10.  
  11. Example: mean(10,1,0,0,9)
  12.  
  13. range(x1,x2,…)
  14. The difference between the largest and smallest numbers from the set of numbers x1 to x9.
  15. Example: mean(10,1,0,0,9)
  16.  
  17. mdev(x1,x2,…)
  18. The mean deviation is the average of the deviations of the set of numbers x1 to x9 from their mean value.
  19. Example: mdev(10,1,0,0,9)
  20.  
  21. var(x1,x2,…)
  22. The variance is the average of the squared deviations from the mean of the set of numbers x1 to x9.
  23. Example: var(10,1,0,0,9)
  24.  
  25. stdev(x1,x2,…)
  26. The standard deviation of the set of numbers x1 to x9 is the square root of their variance.
  27.  
  28. Example: stdev(10,1,0,0,9)
  29.  
  30.